home *** CD-ROM | disk | FTP | other *** search
- function next_leve_func()
- {
- bg_sound.stop();
- win_sound_ = new Sound(win_sound_mc_);
- win_sound_.attachSound("win");
- win_sound_.start();
- var _loc2_ = _root.attachMovie("appearPoint","appearPoint" + _root.getNextHighestDepth(),_root.getNextHighestDepth());
- _loc2_._x = 250;
- _loc2_._y = 250;
- _loc2_.addItemPoint = 1000;
- delete _root.BAllID;
- clearAll();
- gameZT = "过关";
- trace("you win");
- delete move_listener_mc.onEnterFrame;
- superBall = false;
- m_lock = true;
- clearBall();
- dir_mc.clear();
- trace("clear ball " + ball);
- mouth.TX.play();
- center_mc._rotation = 90;
- move_listener_mc.onEnterFrame = function()
- {
- if(!game_pause)
- {
- center_mc._rotation = 90;
- winMove();
- }
- };
- holdBall_mc.hold_mc.unloadMovie();
- hold_mx.num = 0;
- delete _root.holdBall;
- _root.holdBall2 == false;
- }
- function chch(num)
- {
- var _loc2_ = 1;
- while(_loc2_ <= 5)
- {
- var _loc3_ = _root["poop" + _loc2_];
- _loc3_._alpha = num;
- _loc2_ = _loc2_ + 1;
- }
- }
- function re_back_func_()
- {
- var _loc2_ = 1;
- while(_loc2_ <= 5)
- {
- var _loc3_ = _root["pop" + _loc2_];
- _loc3_.gotoAndStop(1);
- _loc2_ = _loc2_ + 1;
- }
- }
-